object EvtEditForm: TEvtEditForm Left = 190 Top = 26 BorderStyle = bsDialog Caption = 'Edit Event' ClientHeight = 277 ClientWidth = 373 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object llName: TLabel Left = 16 Top = 8 Width = 28 Height = 13 Caption = '&Name' FocusControl = iName end object llCron: TLabel Left = 16 Top = 52 Width = 22 Height = 13 Caption = '&Cron' FocusControl = iCron end object llAtoms: TLabel Left = 16 Top = 96 Width = 29 Height = 13 Caption = 'A&toms' end object iName: TEdit Left = 8 Top = 24 Width = 241 Height = 21 TabOrder = 0 end object iCron: TEdit Left = 8 Top = 68 Width = 241 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object llL: TGroupBox Left = 264 Top = 8 Width = 97 Height = 111 Caption = '&Length' TabOrder = 2 object llD: TLabel Left = 42 Top = 25 Width = 24 Height = 13 Caption = '&Days' FocusControl = iiD end object llH: TLabel Left = 42 Top = 53 Width = 28 Height = 13 Caption = '&Hours' FocusControl = iiH end object llM: TLabel Left = 42 Top = 81 Width = 37 Height = 13 Caption = '&Minutes' FocusControl = iiM end object iiH: TEdit Left = 10 Top = 49 Width = 24 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object iiD: TEdit Left = 10 Top = 21 Width = 24 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 end object iiM: TEdit Left = 10 Top = 77 Width = 24 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 2 end end object bOK: TButton Left = 272 Top = 148 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object bCancel: TButton Left = 272 Top = 180 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object bHelp: TButton Left = 272 Top = 212 Width = 81 Height = 25 Caption = 'Help' TabOrder = 7 OnClick = bHelpClick end object bAddAtom: TButton Left = 12 Top = 244 Width = 72 Height = 23 Caption = '&Add' TabOrder = 3 OnClick = bAddAtomClick end object bDelete: TButton Left = 172 Top = 244 Width = 72 Height = 23 Caption = 'Delet&e' TabOrder = 4 OnClick = bDeleteClick end object bEdit: TButton Left = 92 Top = 244 Width = 72 Height = 23 Caption = '&Edit' TabOrder = 8 OnClick = bEditClick end object lb: TListView Left = 8 Top = 112 Width = 241 Height = 129 ColumnClick = False OnClick = lbClick Columns = < item Caption = 'Type' Width = 120 end item Caption = 'Parameters' Width = 117 WidthType = ( -2) end> ReadOnly = True HotTrack = True OnChange = lbChange TabOrder = 9 ViewStyle = vsReport end end